#apt-boxes img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media(min-width:992px) {
    #apt-boxes .box-image img {
        height: 100%;
    }
}

/* #apt-boxes>.row, .box-text, a.boximg { */
.box-text, a.boximg {
    min-height: 370px;
    max-height: 450px;
}

#apt-boxes .box-image {
    height: 100%;
}

#apt-boxes h2.title {
    font-size: 2.5rem;
}

#apt-boxes .icons .service {
    font-size: 1.6rem;
    color: #666;
}

#apt-boxes .icons .icon-text {
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.box-text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.boximg {
    background-size: cover!important;
    background-position: center center!important;
}

/* a[style*='maneggio.jpg'] {
    object-position: right!important;
} */

img[src*='didattica.jpg'] {
    object-position: left;
}